home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
time
/
Makefile
< prev
next >
Wrap
Makefile
|
1992-06-08
|
1KB
|
43 lines
#
# Prototype makefile for libraries with multiple source directories
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from /sprite/lib/mkmf/Makefile.biglib
# Mon Jun 8 14:37:48 PDT 1992
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.biglib,v 1.16 91/04/11 12:55:34 kupfer Exp $ SPRITE (Berkeley)
#
# Allow mkmf
ALLSRCS = Time_Add.c Time_Divide.c Time_GetTime.c Time_Multiply.c Time_Normalize.c Time_Subtract.c Time_ToAscii.c Time_ToParts.c ctime.c mktime.c time.c timeConstants.c times.c timezone.c
LINTSRCS =
MACHINES = ds3100 sun3 sun4 symm
MAKEFILE = Makefile
MANPAGES = Time_Add.man Time_GetTime.man Time_ToAscii.man ctime.man time.man times.man
NAME = c
PUBHDRS =
SUBDIR = time
#include <settm.mk>
TYPE = sprite
DISTDIR ?= /dist/sprite/src/lib/c/time
SYSMAKEFILE = biglib.mk
#if exists($(TM).md/md.mk)
#include "$(TM).md/md.mk"
#endif
#if exists(local.mk)
#include "local.mk"
#else
#include <$(SYSMAKEFILE)>
#endif
#if exists($(DEPFILE))
#include "$(DEPFILE)"
#endif